home *** CD-ROM | disk | FTP | other *** search
- Path: felix.junction.net!usenet
- From: heppner@portage.net (Donald Heppner)
- Newsgroups: comp.lang.c++
- Subject: Trig functions
- Date: 4 Jan 1996 19:26:02 GMT
- Organization: Okanagan Internet Junction, Vernon, B.C., Canada
- Message-ID: <4ch9ka$4pc@felix.junction.net>
- NNTP-Posting-Host: portage-pm1-s2.portage.net
- X-Newsreader: WinVN 0.92.5
-
- I need to have a few trig functions in my C++ program. I have found
- some trig functions, but for some reason, they give the wrong answer
- (Maybe a different kind of trig). I need tan, cos, sin, and all of these
- functions to the power of negative one. I need them to give me the same
- answer as a calculator would.
-
- Thanks
- Donald
-